The Display Structure
The display structure, of data typegxDisplayRecord
, is used with theGXWriteStatusToDTPWindow
message to send status information for display in the desktop printer window. TheGXWriteStatusToDTPWindow
message is described on page 4-163.
struct gxDisplayRecord { Boolean useText; Handle hPicture; Str255 theText; }; typedef struct gxDisplayRecord gxDisplayRecord;
Field Description
useText
- A Boolean value that specifies whether to use the text supplied in the
theText
field. Iftrue
, the text in thetheText
field is displayed; iffalse
, the picture referred to by thehPicture
field
is displayed.hPicture
- A handle to the picture data to display. QuickDraw GX does not yet support this feature.
theText
- The text string to display.
- Note
- The
hPicture
field is not yet used. At this time, you must set the value ofuseText
totrue
.![]()
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help